home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DTP / DTP_TEX / 2850.ZIP / SB34TEX.ZIP / CODEP.AGE < prev    next >
Text File  |  1990-11-02  |  2KB  |  38 lines

  1. Ä=^^c4
  2. Ö=^^d6
  3. Ü=^^dc
  4. ä=^^e4
  5. ö=^^f6
  6. ^^81=^^fc
  7. <^^81
  8. ^^1a>^^20
  9. <<
  10.  
  11. The sbcodep.age entries MUST end with <<
  12.  
  13.  
  14. The above illustrates how to make the sbcodep.age file, which should
  15. reside in the formats directory. Each line of the file should have
  16. an entry which is one of three forms:
  17.          (1) x = y       (2) x >  y        (3) <y
  18. x and y represent character values which may be either the actual
  19. character or lower case hexidecimal ^^dd. A single ^ is not allowed.
  20. For case (1) both x and y must be below 32 or above 126 and not equal
  21. to 0, 10 or 13. An entry of the form (1) in sbcodep.age results in
  22. the character x being translated to y as sbtex reads files and
  23. retranslated to x when sbtex writes to text files. An entry of type
  24. (2) causes x to be translated to y when sbtex reads a file, but there
  25. is no reverse translation; x must satisfy the same requirement as for
  26. (1), e.g., ^^1a>^^20  causes the EOF=26 control character to be
  27. translated to blank space: unnecessary repeated EOF's will be ignored.
  28. The third form is only for y>127. The default output to text files
  29. for such characters is the character itself. The entry <^^ff will result
  30. in character 255 being output by sbtex to text files in lower case hex
  31. form. Note that a type (1) entry will override a prior type (3) entry,
  32. so it is better to put type (3) entries after type (1) entries.
  33. The default output for control characters is the ^^ form, but
  34. entries of type (1) can change this. The file sbcodep.age is read
  35. only by INITEX; the data is stored in the FMT file, so different
  36. FMT files may use different character mappings. If no sbcodep.age
  37. file is present, the default character mapping is used, which sbtex
  38. also uses for the first line to be read.